1*36dcc4a4SLionel Sambuc# $NetBSD: CP1125%UCS.src,v 1.1 2007/06/02 06:09:08 tnozaki Exp $ 2*36dcc4a4SLionel Sambuc 3*36dcc4a4SLionel Sambuc# Copyright (c)2007 Citrus Project, 4*36dcc4a4SLionel Sambuc# All rights reserved. 5*36dcc4a4SLionel Sambuc# 6*36dcc4a4SLionel Sambuc# Redistribution and use in source and binary forms, with or without 7*36dcc4a4SLionel Sambuc# modification, are permitted provided that the following conditions 8*36dcc4a4SLionel Sambuc# are met: 9*36dcc4a4SLionel Sambuc# 1. Redistributions of source code must retain the above copyright 10*36dcc4a4SLionel Sambuc# notice, this list of conditions and the following disclaimer. 11*36dcc4a4SLionel Sambuc# 2. Redistributions in binary form must reproduce the above copyright 12*36dcc4a4SLionel Sambuc# notice, this list of conditions and the following disclaimer in the 13*36dcc4a4SLionel Sambuc# documentation and/or other materials provided with the distribution. 14*36dcc4a4SLionel Sambuc# 15*36dcc4a4SLionel Sambuc# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 16*36dcc4a4SLionel Sambuc# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 17*36dcc4a4SLionel Sambuc# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 18*36dcc4a4SLionel Sambuc# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 19*36dcc4a4SLionel Sambuc# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 20*36dcc4a4SLionel Sambuc# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 21*36dcc4a4SLionel Sambuc# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 22*36dcc4a4SLionel Sambuc# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 23*36dcc4a4SLionel Sambuc# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 24*36dcc4a4SLionel Sambuc# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 25*36dcc4a4SLionel Sambuc# SUCH DAMAGE. 26*36dcc4a4SLionel Sambuc# 27*36dcc4a4SLionel Sambuc 28*36dcc4a4SLionel SambucTYPE ROWCOL 29*36dcc4a4SLionel SambucNAME "CP1125/UCS" 30*36dcc4a4SLionel SambucSRC_ZONE 0x00-0xFF 31*36dcc4a4SLionel SambucOOB_MODE ILSEQ 32*36dcc4a4SLionel SambucDST_ILSEQ 0xFFFE 33*36dcc4a4SLionel SambucDST_UNIT_BITS 16 34*36dcc4a4SLionel Sambuc 35*36dcc4a4SLionel SambucBEGIN_MAP 36*36dcc4a4SLionel Sambuc# 37*36dcc4a4SLionel Sambuc# CP1125 - PC, Cyrillic, Ukrainian 38*36dcc4a4SLionel Sambuc# this mapping data is made from: 39*36dcc4a4SLionel Sambuc# ftp://ftp.software.ibm.com/software/globalization/gcoc/attachments/ 40*36dcc4a4SLionel Sambuc# CP0{00866,01125}.{pdf,txt} 41*36dcc4a4SLionel Sambuc# ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT 42*36dcc4a4SLionel Sambuc# 43*36dcc4a4SLionel Sambuc0x00 - 0x7F = 0x0000 - 44*36dcc4a4SLionel Sambuc0x80 = 0x0410 45*36dcc4a4SLionel Sambuc0x81 = 0x0411 46*36dcc4a4SLionel Sambuc0x82 = 0x0412 47*36dcc4a4SLionel Sambuc0x83 = 0x0413 48*36dcc4a4SLionel Sambuc0x84 = 0x0414 49*36dcc4a4SLionel Sambuc0x85 = 0x0415 50*36dcc4a4SLionel Sambuc0x86 = 0x0416 51*36dcc4a4SLionel Sambuc0x87 = 0x0417 52*36dcc4a4SLionel Sambuc0x88 = 0x0418 53*36dcc4a4SLionel Sambuc0x89 = 0x0419 54*36dcc4a4SLionel Sambuc0x8A = 0x041A 55*36dcc4a4SLionel Sambuc0x8B = 0x041B 56*36dcc4a4SLionel Sambuc0x8C = 0x041C 57*36dcc4a4SLionel Sambuc0x8D = 0x041D 58*36dcc4a4SLionel Sambuc0x8E = 0x041E 59*36dcc4a4SLionel Sambuc0x8F = 0x041F 60*36dcc4a4SLionel Sambuc0x90 = 0x0420 61*36dcc4a4SLionel Sambuc0x91 = 0x0421 62*36dcc4a4SLionel Sambuc0x92 = 0x0422 63*36dcc4a4SLionel Sambuc0x93 = 0x0423 64*36dcc4a4SLionel Sambuc0x94 = 0x0424 65*36dcc4a4SLionel Sambuc0x95 = 0x0425 66*36dcc4a4SLionel Sambuc0x96 = 0x0426 67*36dcc4a4SLionel Sambuc0x97 = 0x0427 68*36dcc4a4SLionel Sambuc0x98 = 0x0428 69*36dcc4a4SLionel Sambuc0x99 = 0x0429 70*36dcc4a4SLionel Sambuc0x9A = 0x042A 71*36dcc4a4SLionel Sambuc0x9B = 0x042B 72*36dcc4a4SLionel Sambuc0x9C = 0x042C 73*36dcc4a4SLionel Sambuc0x9D = 0x042D 74*36dcc4a4SLionel Sambuc0x9E = 0x042E 75*36dcc4a4SLionel Sambuc0x9F = 0x042F 76*36dcc4a4SLionel Sambuc0xA0 = 0x0430 77*36dcc4a4SLionel Sambuc0xA1 = 0x0431 78*36dcc4a4SLionel Sambuc0xA2 = 0x0432 79*36dcc4a4SLionel Sambuc0xA3 = 0x0433 80*36dcc4a4SLionel Sambuc0xA4 = 0x0434 81*36dcc4a4SLionel Sambuc0xA5 = 0x0435 82*36dcc4a4SLionel Sambuc0xA6 = 0x0436 83*36dcc4a4SLionel Sambuc0xA7 = 0x0437 84*36dcc4a4SLionel Sambuc0xA8 = 0x0438 85*36dcc4a4SLionel Sambuc0xA9 = 0x0439 86*36dcc4a4SLionel Sambuc0xAA = 0x043A 87*36dcc4a4SLionel Sambuc0xAB = 0x043B 88*36dcc4a4SLionel Sambuc0xAC = 0x043C 89*36dcc4a4SLionel Sambuc0xAD = 0x043D 90*36dcc4a4SLionel Sambuc0xAE = 0x043E 91*36dcc4a4SLionel Sambuc0xAF = 0x043F 92*36dcc4a4SLionel Sambuc0xB0 = 0x2591 93*36dcc4a4SLionel Sambuc0xB1 = 0x2592 94*36dcc4a4SLionel Sambuc0xB2 = 0x2593 95*36dcc4a4SLionel Sambuc0xB3 = 0x2502 96*36dcc4a4SLionel Sambuc0xB4 = 0x2524 97*36dcc4a4SLionel Sambuc0xB5 = 0x2561 98*36dcc4a4SLionel Sambuc0xB6 = 0x2562 99*36dcc4a4SLionel Sambuc0xB7 = 0x2556 100*36dcc4a4SLionel Sambuc0xB8 = 0x2555 101*36dcc4a4SLionel Sambuc0xB9 = 0x2563 102*36dcc4a4SLionel Sambuc0xBA = 0x2551 103*36dcc4a4SLionel Sambuc0xBB = 0x2557 104*36dcc4a4SLionel Sambuc0xBC = 0x255D 105*36dcc4a4SLionel Sambuc0xBD = 0x255C 106*36dcc4a4SLionel Sambuc0xBE = 0x255B 107*36dcc4a4SLionel Sambuc0xBF = 0x2510 108*36dcc4a4SLionel Sambuc0xC0 = 0x2514 109*36dcc4a4SLionel Sambuc0xC1 = 0x2534 110*36dcc4a4SLionel Sambuc0xC2 = 0x252C 111*36dcc4a4SLionel Sambuc0xC3 = 0x251C 112*36dcc4a4SLionel Sambuc0xC4 = 0x2500 113*36dcc4a4SLionel Sambuc0xC5 = 0x253C 114*36dcc4a4SLionel Sambuc0xC6 = 0x255E 115*36dcc4a4SLionel Sambuc0xC7 = 0x255F 116*36dcc4a4SLionel Sambuc0xC8 = 0x255A 117*36dcc4a4SLionel Sambuc0xC9 = 0x2554 118*36dcc4a4SLionel Sambuc0xCA = 0x2569 119*36dcc4a4SLionel Sambuc0xCB = 0x2566 120*36dcc4a4SLionel Sambuc0xCC = 0x2560 121*36dcc4a4SLionel Sambuc0xCD = 0x2550 122*36dcc4a4SLionel Sambuc0xCE = 0x256C 123*36dcc4a4SLionel Sambuc0xCF = 0x2567 124*36dcc4a4SLionel Sambuc0xD0 = 0x2568 125*36dcc4a4SLionel Sambuc0xD1 = 0x2564 126*36dcc4a4SLionel Sambuc0xD2 = 0x2565 127*36dcc4a4SLionel Sambuc0xD3 = 0x2559 128*36dcc4a4SLionel Sambuc0xD4 = 0x2558 129*36dcc4a4SLionel Sambuc0xD5 = 0x2552 130*36dcc4a4SLionel Sambuc0xD6 = 0x2553 131*36dcc4a4SLionel Sambuc0xD7 = 0x256B 132*36dcc4a4SLionel Sambuc0xD8 = 0x256A 133*36dcc4a4SLionel Sambuc0xD9 = 0x2518 134*36dcc4a4SLionel Sambuc0xDA = 0x250C 135*36dcc4a4SLionel Sambuc0xDB = 0x2588 136*36dcc4a4SLionel Sambuc0xDC = 0x2584 137*36dcc4a4SLionel Sambuc0xDD = 0x258C 138*36dcc4a4SLionel Sambuc0xDE = 0x2590 139*36dcc4a4SLionel Sambuc0xDF = 0x2580 140*36dcc4a4SLionel Sambuc0xE0 = 0x0440 141*36dcc4a4SLionel Sambuc0xE1 = 0x0441 142*36dcc4a4SLionel Sambuc0xE2 = 0x0442 143*36dcc4a4SLionel Sambuc0xE3 = 0x0443 144*36dcc4a4SLionel Sambuc0xE4 = 0x0444 145*36dcc4a4SLionel Sambuc0xE5 = 0x0445 146*36dcc4a4SLionel Sambuc0xE6 = 0x0446 147*36dcc4a4SLionel Sambuc0xE7 = 0x0447 148*36dcc4a4SLionel Sambuc0xE8 = 0x0448 149*36dcc4a4SLionel Sambuc0xE9 = 0x0449 150*36dcc4a4SLionel Sambuc0xEA = 0x044A 151*36dcc4a4SLionel Sambuc0xEB = 0x044B 152*36dcc4a4SLionel Sambuc0xEC = 0x044C 153*36dcc4a4SLionel Sambuc0xED = 0x044D 154*36dcc4a4SLionel Sambuc0xEE = 0x044E 155*36dcc4a4SLionel Sambuc0xEF = 0x044F 156*36dcc4a4SLionel Sambuc0xF0 = 0x0401 157*36dcc4a4SLionel Sambuc0xF1 = 0x0451 158*36dcc4a4SLionel Sambuc0xF2 = 0x0490 159*36dcc4a4SLionel Sambuc0xF3 = 0x0491 160*36dcc4a4SLionel Sambuc0xF4 = 0x0404 161*36dcc4a4SLionel Sambuc0xF5 = 0x0454 162*36dcc4a4SLionel Sambuc0xF6 = 0x0406 163*36dcc4a4SLionel Sambuc0xF7 = 0x0456 164*36dcc4a4SLionel Sambuc0xF8 = 0x0407 165*36dcc4a4SLionel Sambuc0xF9 = 0x0457 166*36dcc4a4SLionel Sambuc0xFA = 0x00F7 167*36dcc4a4SLionel Sambuc0xFB = 0x00B1 168*36dcc4a4SLionel Sambuc0xFC = 0x2116 169*36dcc4a4SLionel Sambuc0xFD = 0x00A4 170*36dcc4a4SLionel Sambuc0xFE = 0x25A0 171*36dcc4a4SLionel Sambuc0xFF = 0x00A0 172*36dcc4a4SLionel SambucEND_MAP 173